Treating Test Code As A Second Class Citizen ^^^^^ **Definition:** * Tests with huge code duplication, hardcoded variables, copy-paste segments and several other inefficiencies that would be considered inexcusable if found on the main code. **References:** .. admonition:: Quality attributes * :octicon:`file-code;1em` - Code Example * :octicon:`comment-discussion;1em` - Cause and Effect * :octicon:`graph;1em` - Frequency * :octicon:`sync;1em` - Refactoring * `Anti-patterns of automated testing `_ * `Software Testing Anti-patterns `_ :octicon:`comment-discussion;1em`